ExportHelper.getShortLink Method

Creates the shortlink for the view specified.
 

Parameters

view

Type: View
The view to generate a shortlink for.
useCurrentViewParameters

Type: bool
(Optional) Value indicating whether or not to use the current view's view parameters when generating the short link. If not supplied current view parameters will be used.
Optional: True
additionalQueryStringKeyValuePairs

Type: Array
ElementType: KeyValuePair
(Optional) List of Key Value Pairs to be added to the query string when creating the short link.
Optional: True

Return Value


Type: jQuery.Promise
Value: String
A promise object that is resolved when the call is complete. If successful, a String is returned with the Short Link URL.